Deprecate direct access to child in GtkBin.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:18 +0000 (10:57 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:18 +0000 (10:57 +0000)
* gtk/gtkbin.h: Deprecate direct access to child by GSEAL.

svn path=/trunk/; revision=20483

gtk/gtkbin.h

index fb67728f5522ebb9879874d8bddd796f93e4aa56..430efd69cf7684cf43e22e27baf593fe4899fc36 100644 (file)
@@ -53,7 +53,7 @@ struct _GtkBin
 {
   GtkContainer container;
 
-  GtkWidget *child;
+  GtkWidget * GSEAL(child);
 };
 
 struct _GtkBinClass